home *** CD-ROM | disk | FTP | other *** search
/ Network CD 2 / Network CD - Volume 2.iso / programs / internet / tcp / amitcp / amitcp-api-22.lha / AmiTCP-2.2 / netinclude / bsdsocket.h next >
Encoding:
C/C++ Source or Header  |  1993-08-12  |  492 b   |  22 lines

  1. #ifndef BSDSOCKET_H
  2. #define BSDSOCKET_H
  3. /*
  4.  * $Id: bsdsocket.h,v 1.4 1993/07/07 14:40:32 too Exp $
  5.  *
  6.  * Compiler dependent prototypes and inlines for bsdsocket.library
  7.  *
  8.  * Copyright © 1993 AmiTCP/IP Group, <amitcp-group@hut.fi>
  9.  *                  Helsinki University of Technology, Finland.
  10.  *                  All rights reserved.
  11.  */
  12.  
  13. #if __SASC
  14. #include <proto/socket.h>
  15. #elif __GNUC__
  16. #include <inline/socket.h>
  17. #else
  18. #include <clib/socket_protos.h>
  19. #endif
  20.  
  21. #endif /* !BSDSOCKET_H */
  22.